object TransferForm: TTransferForm Left = 339 Top = 182 Cursor = crArrow BorderStyle = bsDialog Caption = 'Transfert' ClientHeight = 164 ClientWidth = 393 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblFrom: TLabel Left = 16 Top = 88 Width = 17 Height = 13 Alignment = taRightJustify Caption = 'De:' end object lblTo: TLabel Left = 9 Top = 103 Width = 24 Height = 13 Alignment = taRightJustify Caption = 'Vers:' end object lblTrxRateCaption: TLabel Left = 12 Top = 146 Width = 83 Height = 13 Alignment = taRightJustify Caption = 'Taux de transfert:' end object lblTrxRate: TLabel Left = 99 Top = 146 Width = 286 Height = 13 AutoSize = False end object lblSourcePath: TCBPathLabel Left = 40 Top = 88 Width = 345 Height = 13 AutoSize = False Caption = 'lblSourcePath' end object lblDestPath: TCBPathLabel Left = 40 Top = 103 Width = 345 Height = 13 AutoSize = False Caption = 'lblDestPath' end object Animate1: TAnimate Left = 8 Top = 8 Width = 272 Height = 60 Active = False CommonAVI = aviCopyFiles StopFrame = 34 end object btnCancel: TButton Left = 312 Top = 8 Width = 75 Height = 25 Caption = 'Annuler' TabOrder = 1 OnClick = btnCancelClick end object PBar: TProgressBar Left = 8 Top = 120 Width = 377 Height = 16 Min = 0 Max = 100 TabOrder = 2 end object TrxRateTimer: TTimer Enabled = False OnTimer = TrxRateTimerTimer Left = 334 Top = 48 end end